Basics

-- comment

--[[ 
    multiline comment
]]--

local number = 5

local text = "hello world"
local text2 = 'hello world'

local truth, lies = true, false

local nothing = nil